From 80a11b1a1c34ef83a844a2af307ba7e0aff469ed Mon Sep 17 00:00:00 2001 From: Alexander Mikhaylenko Date: Thu, 6 Apr 2023 00:10:25 +0400 Subject: [PATCH] appchooserdialog: Add "appchooser" style class --- gtk/deprecated/gtkappchooserdialog.c | 5 +++++ gtk/ui/gtkappchooserdialog.ui | 3 +++ 2 files changed, 8 insertions(+) diff --git a/gtk/deprecated/gtkappchooserdialog.c b/gtk/deprecated/gtkappchooserdialog.c index 4575c18d68..48becc324d 100644 --- a/gtk/deprecated/gtkappchooserdialog.c +++ b/gtk/deprecated/gtkappchooserdialog.c @@ -38,6 +38,11 @@ * To set the heading that is shown above the `GtkAppChooserWidget`, * use [method@Gtk.AppChooserDialog.set_heading]. * + * ## CSS nodes + * + * `GtkAppChooserDialog` has a single CSS node with the name `window` and style + * class `.appchooser`. + * * Deprecated: 4.10: The application selection widgets should be * implemented according to the design of each platform and/or * application requiring them. diff --git a/gtk/ui/gtkappchooserdialog.ui b/gtk/ui/gtkappchooserdialog.ui index 1e8faf5cea..2437d601d4 100644 --- a/gtk/ui/gtkappchooserdialog.ui +++ b/gtk/ui/gtkappchooserdialog.ui @@ -2,6 +2,9 @@